home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / movies / collection.dir / 00046_Script_46 < prev    next >
Text File  |  1997-12-23  |  206b  |  11 lines

  1. on exitFrame
  2.   global gEdited
  3.   set the text of field "CS" to "0"
  4.   set the text of field "CT" to "0"
  5.   set the text of field "CG" to "0"
  6.   if (not gEdited)then
  7.     go to frame "q1"
  8.   end if
  9. end
  10.  
  11.